go/parser.parser.leadComment (field)
9 uses
go/parser (current package)
parser.go#L40: leadComment *ast.CommentGroup // last lead comment
parser.go#L219: p.leadComment = nil
parser.go#L248: p.leadComment = comment
parser.go#L653: doc := p.leadComment
parser.go#L1117: doc := p.leadComment
parser.go#L2738: doc := p.leadComment
parser.go#L2746: list = append(list, f(p.leadComment, keyword, iota))
parser.go#L2769: doc := p.leadComment
parser.go#L2864: doc := p.leadComment
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)